Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Disable abs and signum because they return incorrect results #695

Merged
merged 7 commits into from
Jul 20, 2024

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Related to #666
Related to #664

Rationale for this change

We are preparing to create the first release candidate, so I wanted to make sure we removed the expressions that are not implemented correctly (from a Spark compatibility viewpoint).

What changes are included in this PR?

Disable abs and signum.

How are these changes tested?

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.66%. Comparing base (b558063) to head (330f39e).
Report is 9 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main     #695       +/-   ##
=============================================
+ Coverage     33.63%   53.66%   +20.02%     
+ Complexity      821      810       -11     
=============================================
  Files           109      107        -2     
  Lines         42529    10266    -32263     
  Branches       9343     1929     -7414     
=============================================
- Hits          14304     5509     -8795     
+ Misses        25262     3782    -21480     
+ Partials       2963      975     -1988     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andygrove andygrove merged commit 1d33828 into apache:main Jul 20, 2024
74 checks passed
@andygrove andygrove deleted the disable-expr branch July 20, 2024 20:08
himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants